about summary refs log tree commit diff
path: root/mlist.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-02-14 15:31:09 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-02-14 15:31:52 +0100
commit2b74b23cea31168c00cd93e7825e096c51d3b4f2 (patch)
tree12fdc788e6ab9ad0462962f5d09814befad0aedf /mlist.c
parent113445d9639fbc73b40edf9b727e26c40c3359ab (diff)
downloadmblaze-2b74b23cea31168c00cd93e7825e096c51d3b4f2.tar.gz
mblaze-2b74b23cea31168c00cd93e7825e096c51d3b4f2.tar.xz
mblaze-2b74b23cea31168c00cd93e7825e096c51d3b4f2.zip
mlist: fix usage output
Diffstat (limited to 'mlist.c')
-rw-r--r--mlist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mlist.c b/mlist.c
index 82eea73..97fe9c4 100644
--- a/mlist.c
+++ b/mlist.c
@@ -239,9 +239,9 @@ main(int argc, char *argv[])
 		usage:
 			fprintf(stderr,
 			    "Usage: mlist [-DFPRST] [-X str]\n"
-			    "		  [-dfprst] [-x str]\n"
-			    "		  [-N | -n | -C | -c]\n"
-			    "		  [-i] [dirs...]\n"
+			    "             [-dfprst] [-x str]\n"
+			    "             [-N | -n | -C | -c]\n"
+			    "             [-i] [dirs...]\n"
 			);
 			exit(1);
 		}