Skip to content

Commit

Permalink
Clean up message about boolean options
Browse files Browse the repository at this point in the history
The list of flags which are boolean is out of date, and a full
list is now very long (as it includes some options with only
long name versions)
  • Loading branch information
ChrisJefferson authored and fingolfin committed May 11, 2019
1 parent 7aaf894 commit 95224b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/system.g
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ CallAndInstallPostRestore( function()

PRINT_TO("*errout*",
"\n",
" Boolean options (b,q,e,r,A,D,E,M,N,T,X,Y) toggle the current value\n",
" each time they are called. Default actions are indicated first.\n",
" Boolean options toggle the current value each time they are called.\n",
" Default actions are indicated first.\n",
"\n" );
QUIT_GAP();
fi;
Expand Down

0 comments on commit 95224b9

Please sign in to comment.