error: no such option -v /* --version does work */

Bug #574089 reported by David A. Kra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
usb-creator (Ubuntu)
Fix Released
Undecided
Dimitri John Ledkov

Bug Description

Binary package hint: usb-creator

usb-creator-gtk 0.2.22 in ubuntu 10.04
Obviously this is a low priority bug.

Related branches

Changed in usb-creator (Ubuntu):
assignee: nobody → Dmitrijs Ledkovs (dmitrij.ledkov)
Changed in usb-creator (Ubuntu):
status: New → In Progress
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

$ usb-creator-kde --version
Qt: 4.6.2
KDE Development Platform: 4.4.2 (KDE 4.4.2)
Startup Disk Creator: 0.2.22
$ usb-creator-gtk --version
0.2.22

Works for me =/

what's the output of

$ dpkg -l "usb-creator-*"

Changed in usb-creator (Ubuntu):
status: In Progress → Incomplete
assignee: Dmitrijs Ledkovs (dmitrij.ledkov) → nobody
Revision history for this message
David A. Kra (dakra137) wrote : Re: [Bug 574089] Re: error: no such option -v /* --version does work */

As requested:

myuserid@MYMACHINE:~$ dpkg -l "usb-creator-*"
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii usb-creator-co 0.2.22 Ubuntu startup disk creator common files
ii usb-creator-gt 0.2.22 Ubuntu startup disk creator for GTK+

*Yes,* usb-creator-gtk --version works:

myuserid@MYMACHINE:~$ usb-creator-gtk --version
0.2.22

No, usb-creator-gtk -v does not work

myuserid@MYMACHINE:~$ usb-creator-gtk -v
Usage: usb-creator-gtk [options]

usb-creator-gtk: error: no such option: -v

Same for upper case V

myuserid@MYMACHINE:~$ usb-creator-gtk -V
Usage: usb-creator-gtk [options]

usb-creator-gtk: error: no such option: -V

However, usb-creator-gtk --v does work.

myuserid@MYMACHINE:~$ usb-creator-gtk --v

0.2.22

Maybe just change the doc to show --v instead of -v.

--
Thank you,
David
--
((8-)> David A. Kra Open Group Certified Distinguished IT Architect
mailto:<email address hidden> http://www.linkedin.com/in/dakra

On Fri, May 14, 2010 at 1:11 PM, Dmitrijs Ledkovs
<email address hidden>wrote:

> $ usb-creator-kde --version
> Qt: 4.6.2
> KDE Development Platform: 4.4.2 (KDE 4.4.2)
> Startup Disk Creator: 0.2.22
> $ usb-creator-gtk --version
> 0.2.22
>
> Works for me =/
>
> what's the output of
>
> $ dpkg -l "usb-creator-*"
>
> ** Changed in: usb-creator (Ubuntu)
> Status: In Progress => Incomplete
>
> ** Changed in: usb-creator (Ubuntu)
> Assignee: Dmitrijs Ledkovs (dmitrij.ledkov) => (unassigned)
>
> --
> error: no such option -v /* --version does work */
> https://bugs.launchpad.net/bugs/574089
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in “usb-creator” package in Ubuntu: Incomplete
>
> Bug description:
> Binary package hint: usb-creator
>
> usb-creator-gtk 0.2.22 in ubuntu 10.04
> Obviously this is a low priority bug.
>
> To unsubscribe from this bug, go to:
>
> https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/574089/+subscribe
>

Changed in usb-creator (Ubuntu):
status: Incomplete → In Progress
assignee: nobody → Dmitrijs Ledkovs (dmitrij.ledkov)
Changed in usb-creator (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package usb-creator - 0.2.23

---------------
usb-creator (0.2.23) maverick; urgency=low

  [ Evan Dandrea ]
  * Continue evaluting whether or not a partition can be used even if
    there is no source present (LP: #566390).
  * Change the team from the Installer Team to usb-creator Hackers to
    match the bzr ACL.

  [ Colin Watson ]
  * Make usb-creator-common depend on parted (LP: #529366).

  [ Roderick B. Greening ]
  * Fix cannot resize usb-creator-kde main window (LP: #580551).
  * Update branding on KDE Icon (LP: #580558).
  * Switch from exists to isfile detection in backend (LP: #608741)
  * Bump version strings to 0.2.23

  [ Dmitrijs Ledkovs ]
  * desktop:
    + removed obsolete encoding keys from desktop files
  * man:
    + fixed hyphens, minus signs & undefined macros
    + removed non-working "-v" flag from usb-creator-gtk.8 (LP: #574089)
  * po:
    + translations dump from lucid. (LP: #570174)
  * debian/usb-creator-common.install:
    + install translations (for ppa's, archive will strip them)
  * debian/source:
    + using 3.0 (native) format
  * debian/copyright:
    + updated to DEP-5 format
  * debian/control:
    + removed transitional package (LTS is released)
    + improved extended description
    + added forgotten python-support dependency
    + updated descriptions (thanks Matthew Paul Thomas)
  * debian/rules:
    + using dh tiny rules
    + using python-support
    + vendor branded icons installed if available
    + debian-menu installed if there are branded xpm's
  * .bzr-builddeb:
    + defaults to native

  * Use XDG_CACHE_DIR for usb-creator.log
  * Use XDG IconTheme spec for window icons (LP: #535061)
  * Fix install button sensetivity (LP: #582531)

  [ Ignace Mouzannar ]
  * Initial Debian release (Closes: #582884, #576359)
  * debian/control:
    + Added Build dependency on kdesdk-scripts (Debian specific)
  * debian/usb-creator-gtk.menu and debian/usb-creator-kde.menu:
    + Added these files as per the Debian Menu Policy
  * debian/Debian/*.xpm:
    + Added the xpm icons needed by the menu files
  * debian/copyright:
    + Added myself in the debian/* copyright

  [ Jonathan Riddell ]
  * Fix kde/frontend.py for PyQt 4.7 which now expects a string not a
    QString for loadUi
 -- Evan Dandrea <email address hidden> Tue, 03 Aug 2010 10:49:34 -0400

Changed in usb-creator (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.