Skip to content

Commit

Permalink
[x] Improve error message in xinitrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Jan 26, 2018
1 parent 1c57fa6 commit 9754962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/xinitrc
Expand Up @@ -127,7 +127,7 @@ main() {
exec_x "$@" >>/tmp/x-${USER-anonymous}@${DISPLAY-no-display}.log 2>&1
;;
*)
echo "xinit: unrecognised subcommand: $1" >&2
echo "xinit: $1: unrecognised subcommand" >&2
echo 'usage: xinit (screen | kbd)' >&2
exit 1
esac
Expand Down

0 comments on commit 9754962

Please sign in to comment.