diff options
| -rw-r--r-- | main.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -70,6 +70,7 @@ static const int NEED_OPTIONS =  static void unknown(char *name)  {    toys.exitval = 127; +  toys.which = toy_list;    error_exit("Unknown command %s", name);  } | 
