Skip to content

Commit

Permalink
Update sysz, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slve authored and joehillen committed Sep 27, 2021
1 parent 0d90bd3 commit 51da0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sysz
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ Some units are colored based on state:
Examples:
$PROG -u User units
$PROG -sys -s active Active system units
$PROG --sys -s active Active system units
$PROG --user --state failed Failed user units
Examples with commands:
$PROG start Start a unit
$PROG --sys s Get the status of system units
$PROG --user edit Edit user units
$PROG s -- -n100 Show status with 100 log lines
$PROG -sys -s active stop Stop an active system unit
$PROG --sys -s active stop Stop an active system unit
$PROG -u --state failed r Restart failed user units
EOF

Expand Down

0 comments on commit 51da0ca

Please sign in to comment.