Bug 23799 - Help message in mongrel_cluster_ctl
Summary: Help message in mongrel_cluster_ctl
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: ruby-mongrel_cluster (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: nbr
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 14:32 MSD by Nikolay A. Fetisov
Modified: 2010-07-23 18:18 MSD (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolay A. Fetisov 2010-07-22 14:32:27 MSD
Для текущего ruby-mongrel_cluster-1.0.5-alt4 в /usr/bin/mongrel_cluster_ctl предлагается нерабочий вариант получения подсказки:

  $ mongrel_cluster_ctl
  mongrel_cluster_ctl: not enough arguments
  Try `mongrel_cluster_ctl --help' for more information.

Но: 
  $ mongrel_cluster_ctl --help
  mongrel_cluster_ctl: invalid command '--help'
  Try `mongrel_cluster_ctl --help' for more information.

Также:
  $ mongrel_cluster_ctl foo
  mongrel_cluster_ctl: invalid command 'foo'
  Try `mongrel_cluster_ctl --help' for more information.

Работают только вызовы вида
  $ ./mongrel_cluster_ctl start --help
  mongrel_cluster_ctl - Mongrel Cluster Controller

  Usage: mongrel_cluster_ctl COMMAND [OPTIONS]
  .....
Comment 1 Repository Robot 2010-07-23 18:18:17 MSD
ruby-mongrel_cluster-1.0.5-alt5 -> sisyphus:

* Fri Jul 23 2010 Alexey I. Froloff <raorn@altlinux> 1.0.5-alt5
- Fixed usage output to match expected arguments (closes: #23799)
- Fixed debug option processing (closes: #23800)