From e51dbdc9e3a02c90467e03808efb74cabff7984f Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Mon, 3 Jun 2013 01:14:27 -1000 Subject: [PATCH] Fix --user in --help to display how the command actually works --- libexec/on-target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/on-target b/libexec/on-target index 45bd56f..361597c 100755 --- a/libexec/on-target +++ b/libexec/on-target @@ -9,8 +9,8 @@ usage() { echo "Run command on build target." echo cat << EOF - --help display this help and exit - --user=U run as U instead of ubuntu + --help display this help and exit + --user run as instead of ubuntu EOF }