diff options
Diffstat (limited to 'xopo/xopo.1')
-rw-r--r-- | xopo/xopo.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/xopo/xopo.1 b/xopo/xopo.1 index c1a9ae8c7041..38104217d8ac 100644 --- a/xopo/xopo.1 +++ b/xopo/xopo.1 @@ -53,18 +53,18 @@ output stream, allowing .Nm to operated as a filter. .Pp -.Bl -tag -width "12345678901234567" -.It Fl "-simplify OR -s <text>" -Generate the simplified version of a single text string. -.It Fl "-po OR -f <pofile>" +.Bl -tag -width indent +.It Ic -f Ar pofile | Ic --po Ar pofile Use the given po file for input. -.It Fl "-help" +.It Ic --help Display this help text -.It Fl "-output OR -o <file>" +.It Ic -o Ar file | Ic --output Ar file Write output content to the given file -.It Fl "-warn OR -W" +.It Ic -s Ar text | Ic --simplify Ar text +Generate the simplified version of a single text string. +.It Ic -W | Ic --warn Generate warnings while parsing the format strings -.It Fl "-version" +.It Ic --version Display version information .El .Pp |