Thumbnail

rani/cscroll.git

Clone URL: https://git.buni.party/rani/cscroll.git

commit 1170dbb85a931de66467cd393b75d4321adc74eb Author: Raniconduh <clagv.randomgames@gmail.com> Date: Tue Nov 29 11:18:04 2022 +0000 update help menu diff --git a/src/main.c b/src/main.c index a958347..091e27b 100644 --- a/src/main.c +++ b/src/main.c @@ -50915 +50917 @@ void help(void) {   " -A Show dotfiles except . and ..\n"   " -a Show all dotfiles, including . and ..\n"   " Only available in oneshot mode\n" + " -c Use colors\n"   " -h No-op: for compatibility purposes\n" - " -nc Turn off colors\n"  #if ICONS - " -ni Turn off icons\n" + " -i Use icons\n"  #endif   " -l Print files in long mode\n" + " -n Negate the next flag\n"   " -p Print the path cscroll is in when it exits\n"   " --help Show this screen and exit\n"   " --oneshot Print and exit as if cscroll is ls\n" + " -- Stop parsing '-' flags\n"   "\n"   "See https://github.com/Raniconduh/cscroll for documentation\n"   );