diff options
| -rw-r--r-- | pym/gentoolkit/eclean/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py index c129d5e..e3bc21a 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -397,7 +397,7 @@ def parseArgs(options={}): options["changed-deps"] = True elif o in ("-i", "--ignore-failure"): options["ignore-failure"] = True - elif o in ("--unique-use"): + elif o in ("-u", "--unique-use"): options["unique-use"] = True else: return_code = False |
