浏览代码

Improved help

Mészáros Mihály 9 年之前
父节点
当前提交
9c8b4ac715
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/apps/oauth/oauth.c

+ 1 - 1
src/apps/oauth/oauth.c

@@ -390,7 +390,7 @@ int main(int argc, char **argv)
   }
   }
 
 
   if (!(encrypt_flag || decrypt_flag)){
   if (!(encrypt_flag || decrypt_flag)){
-        fprintf(stderr, "Hey, encrypt or decrypt?\n");
+        fprintf(stderr, "Hey, encrypt or decrypt?\nPlease use -h or --help for the detailed help\n");
          exit(-1);
          exit(-1);
   }
   }