diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-09 17:31:32 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-11-09 17:31:32 +0200 |
commit | a2c5d3328350bda4d8f99220bb51925e490e5a07 (patch) | |
tree | 1401c7056f4b97e94f9853dc0b150bea5bfeb1e9 /man | |
parent | Properly run commands on ExitSuccess/ExitFailure (diff) | |
download | rshell-a2c5d3328350bda4d8f99220bb51925e490e5a07.tar.xz |
Update manpage
Diffstat (limited to 'man')
-rw-r--r-- | man/rs.1.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/rs.1.scd b/man/rs.1.scd index 2036f7a..c9c423e 100644 --- a/man/rs.1.scd +++ b/man/rs.1.scd @@ -14,9 +14,9 @@ This is yet another shell | ; : Run command regardless of the previous command's exit status. | || -:[ Run command if the previous command has failed. (todo) +:[ Run command if the previous command has failed. | && -:[ Run command if the previous command has succeeded. (todo) +:[ Run command if the previous command has succeeded. ## Builtins |[ |