diff options
Diffstat (limited to 'com32/rosh/rosh.h')
-rw-r--r-- | com32/rosh/rosh.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/com32/rosh/rosh.h b/com32/rosh/rosh.h index 0285494f..0127df7a 100644 --- a/com32/rosh/rosh.h +++ b/com32/rosh/rosh.h @@ -265,4 +265,6 @@ const char rosh_help_str2[] = const char rosh_help_str_adv[] = "No additional help available for '%s'"; +const char rosh_ls_opt_str[] = "lFi"; + #endif /* Not ROSH_H */ |