X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/utils/blobdiff_plain/5a3034018005701b945e582826123196bfa1751b..c52f9fb9d3ac94049c3324f599517d640ee8de7c:/xcopy/xcopy.c diff --git a/xcopy/xcopy.c b/xcopy/xcopy.c index 338b48c..bdd0a13 100644 --- a/xcopy/xcopy.c +++ b/xcopy/xcopy.c @@ -42,14 +42,14 @@ int convert_to_ctext = True; /* Xmb convert to compound text? */ const char usagemsg[] = "usage: xcopy [ -r ] [ -u | -c ] [ -C ]\n" - " also: xcopy --version report version number\n" - " xcopy --help display this help text\n" - " xcopy --licence display the (MIT) licence text\n" "where: -r read X selection and print on stdout\n" " no -r read stdin and store in X selection\n" " -u work with UTF8_STRING type selections\n" " -c work with COMPOUND_TEXT type selections\n" " -C suppress automatic conversion to COMPOUND_TEXT\n" + " also: xcopy --version report version number\n" + " xcopy --help display this help text\n" + " xcopy --licence display the (MIT) licence text\n" ; void usage(void) {