Skip to content

Commit

Permalink
realpath(1): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Sep 12, 2024
1 parent 722f369 commit f8224df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.custom/realpath/realpath.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void usage_realpath(bool help) {
" -e, --canonicalize-existing all components must exist (default)\n"
" -m, --canonicalize-missing no component must exist\n"
" -s, --strip, --no-symlinks don't expand symlinks, only normalize\n"
" --relative-to=DIR print result reslative to DIR\n"
" --relative-to=DIR print result relative to DIR\n"
" -q, --quiet suppress most error messages\n"
" -z, --zero delimit with NUL instead of newline\n"
" --help print this help message\n"
Expand Down

0 comments on commit f8224df

Please sign in to comment.