Skip to content

Commit

Permalink
Improve wording in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jul 15, 2024
1 parent eea2f05 commit 9fe1fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/checkservices
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ usage() {
echo " -s/-S: display (or not) status of restarted service (default: $STATUS)" >&2
echo " -u/-U: act (or not) on services in users slice (default: $USER_SLICE)" >&2
echo " -z/-Z: serialize (or not) action (default: $SERIALIZE)" >&2
echo " -i [service_name.service]: list of services to ignore (space separated)" >&2
echo " -i 'service_name'.service: list of services to ignore (space separated)" >&2
exit 2
}

Expand Down

0 comments on commit 9fe1fb8

Please sign in to comment.