diff --git a/src/command/mod.rs b/src/command/mod.rs index 7426a67..39a0096 100644 --- a/src/command/mod.rs +++ b/src/command/mod.rs @@ -67,6 +67,7 @@ pub fn do_command( "\n", "╞═══════════════ [t]Commands[n] ═══════════════╡\n", " [c]help[n] Show this help\n", + " [c]flags[n] Show command-line options\n", " [c]clear[n] Clear the terminal\n", " [c]quit[n] Exit daisy\n", //" [c]units[n] List available units\n", @@ -94,7 +95,7 @@ pub fn do_command( " [c]--info[n] Show system information\n", " [c]--256color[n] Use full color support (default)\n", " [c]--8color[n] Use reduced colors (ANSI, no styling)\n", - " [c]--nocolor[n] Do not use colors\n", + " [c]--nocolor[n] Do not use colors and styling\n", " [c]--nosub[n] Disable inline substitution\n", " [c]--nosuper[n] Disable superscript powers\n", " [c]--nooneover[n] Disable \"one-over\" fractions as -1 power\n",