Signed-off-by: Hu Tao <hu.t...@gmail.com>
---
 btrfsctl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/btrfsctl.c b/btrfsctl.c
index b323818..fa401ab 100644
--- a/btrfsctl.c
+++ b/btrfsctl.c
@@ -109,7 +109,7 @@ int main(int ac, char **av)
        for (i = 1; i < ac; i++) {
                if (strcmp(av[i], "-s") == 0) {
                        if (i + 1 >= ac - 1) {
-                               fprintf(stderr, "-s requires an arg");
+                               fprintf(stderr, "-s requires an arg\n");
                                print_usage();
                        }
                        fullpath = av[i + 1];
-- 
1.6.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to