Bug 789225

Summary: wrong description found in rhc-admin-move help page
Product: OKD Reporter: Meng Bo <bmeng>
Component: PodAssignee: Dan McPherson <dmcphers>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.xCC: dmcphers, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: devenv_1601 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-17 02:07:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Meng Bo 2012-02-10 06:07:35 UTC
Description of problem:
[root@ip-10-140-2-180 ~]# rhc-admin-move -h
Usage: rhc-move [options]
         ^^^
   should be rhc-admin-move
Move an application to another node
    -i TARGET_SERVER_IDENTITY        Target server identity (e.g. ip-10-10-10-10)
        --target_server_identity
    -p, --node_profile NODE_PROFILE  Node profile (e.g. std)
    -n, --app APP                    Application name (required with rhlogin)
        --app_uuid APP               Application uuid (replaces rhlogin and app name
                   ^^^                                                            ^^^
             should be UUID                                                     missing ')'
    -l, --rhlogin RHLOGIN            Account to act on (required with app name)


Version-Release number of selected component (if applicable):
rhc-server-common-0.86.1-1.git.0.c6f1a29.el6.noarch
rhc-devenv-0.86.1-1.git.113.d052830.el6.noarch

How reproducible:
always

Steps to Reproduce:
1.launch devenv_1596
2.login to the instance and run command "rhc-admin-move -h"
3.
  
Actual results:
some of the descriptions for this command are incorrect


Expected results:
1)rhc-move should be rhc-admin-move
2)'--app_uuid APP''s APP should be UUID
3)missing ')' for the explanation of option --app_uuid APP

Additional info:

Comment 1 Xiaoli Tian 2012-02-13 06:56:00 UTC
Verified this on devenv_1606 ,it's fixed now.