From 06b88e266b989d1e526348ec3edbaf5aad8bd046 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Thu, 18 Apr 2013 14:57:13 +0200 Subject: [remote-process] Change usage message BZ: 97960 The old usage message was not a clasic unix command usage message. Change it to "hostname port command [argument[s]]" Change-Id: I40f18e6ac81ef05e634fc5f78c8d19a202bb7a84 Signed-off-by: Kevin Rocard Reviewed-on: http://android.intel.com:8080/102657 Reviewed-by: cactus Reviewed-by: Gonzalve, Sebastien Tested-by: Dixon, CharlesX Reviewed-by: buildbot Tested-by: buildbot --- remote-process/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remote-process') diff --git a/remote-process/main.cpp b/remote-process/main.cpp index e5f7bf5..e2e372e 100644 --- a/remote-process/main.cpp +++ b/remote-process/main.cpp @@ -30,14 +30,14 @@ using namespace std; -// * +// hostname port command [argument[s]] int main(int argc, char *argv[]) { // Enough args? if (argc < 4) { cerr << "Missing arguments" << endl; - cerr << "Usage: " << argv[0] << " *" << endl; + cerr << "Usage: " << argv[0] << " hostname port command [argument[s]]" << endl; return -1; } -- cgit v1.1