Commit Diff


commit - 3de6df066b2f0d20c7f908bbb0ac7a04c30490b6
commit + c251d7a816a070bc307b932d5159ba5c8ba00339
blob - ef44d7b5a6a8a19134fdd144703155b0668218f6
blob + 0d832737b8429b37005f0dd09da4134c19051ed3
--- rover.c
+++ rover.c
@@ -948,17 +948,13 @@ main(int argc, char *argv[])
             return 0;
         } else if (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help")) {
             printf(
-                "Usage: rover"
-                " [-d|--save-cwd FILE]"
-                " [-m|--save-marks FILE]"
-                " [DIR [DIR [DIR [...]]]]\n"
-                "       Browse current directory or the ones specified.\n"
-                "       If FILE is given, write last visited path to it.\n\n"
+                "Usage: rover [OPTIONS] [DIR [DIR [...]]]\n"
+                "       Browse current directory or the ones specified.\n\n"
                 "  or:  rover -h|--help\n"
                 "       Print this help message and exit.\n\n"
                 "  or:  rover -v|--version\n"
                 "       Print program version and exit.\n\n"
-                "See rover(1) for more information.\n\n"
+                "See rover(1) for more information.\n"
                 "Rover homepage: <https://github.com/lecram/rover>.\n"
             );
             return 0;