about summary refs log tree commit diff
diff options
context:
space:
mode:
-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);
 		}