From 89ea51fb19dcce8fbd0be24847fb64fb5b098b13 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Wed, 6 Aug 2025 20:45:58 +0200 Subject: [PATCH] Remove sort option from man page --- man/man1/tagger.1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/man/man1/tagger.1 b/man/man1/tagger.1 index b5dd341..21a49bf 100644 --- a/man/man1/tagger.1 +++ b/man/man1/tagger.1 @@ -14,7 +14,6 @@ .Op Fl d Ar tag .Op Fl c Ar tag Fl i Ar tag .Op Fl l -.Op Fl s .Ar .Sh DESCRIPTION On Linux file systems that support extended attributes, the XDG desktop uses the @@ -77,16 +76,16 @@ options can be used multiple times. .It Fl d, \-delete Ar tag Delete the given tag, if it exists. This option can be used multiple times. -.It Fl s, \-sort -With this flag, changes will be written back for the file or directory in -alphabetically sorted order. .El .Sh ENVIRONMENT +.Bl -tag -width Ds +.It NO_COLOR .Nm uses libscterm for its color output support, and as such honors the NO_COLOR environment variable, if defined and non-empty. Color output is also automatically suppressed when it is not written to a tty, such as when writing to a pipe, or when using output redirection. +.El .Sh EXIT STATUS .Nm exits 0 on success, and 1 if an error occurs.