Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84779 - Wrong command line parameters
Summary: Wrong command line parameters
Status: RESOLVED DUPLICATE of bug 80752
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 12:27 UTC by Slobodan D. Sredojevic
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slobodan D. Sredojevic 2005-03-10 12:27:44 UTC
If a user issue this command
emerge -pvu -deep world then portage should report error in command line parameters as user forgot an dash(-) before deep.  Portage instead returns some verbose/debug output.

So far when we call non existing emerge switch as emerge -r mozilla portage returns:
!!! Error: -r is an invalid short action or option.
On the other hand non existing option as emerge --real mozilla returns:
!!! Error: --real is an invalid option.

Tried emerge -pretend mozilla but it is ok with emerge output. This -deep is kinda special? Seems emerge interprets it as first letter of --debug option (that has (-d) short)?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-03-10 12:32:38 UTC

*** This bug has been marked as a duplicate of 80752 ***