about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlog.c b/mlog.c
index 1b7fe13..ac38fc6 100644
--- a/mlog.c
+++ b/mlog.c
@@ -223,7 +223,7 @@ main(int argc, char *argv[])
                 case 'u': uflag++; break;
                 default:
 		usage:
-                        fputs("usage: mlog [-fu] FILES...\n", stderr);
+                        fputs("usage: mlog [-fsu] FILES...\n", stderr);
                         exit(2);
                 }
         }