summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-11-11 14:43:56 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-11-14 22:10:56 +0100
commit8380bdd214b23c21b3d121bf64927b5305ca061a (patch)
treeb22f3c351f785be4b8ad4a3811fc8debed0d3451 /commands
parenta6d885a2e963b1e76b8b2075332dc2381e1743bb (diff)
downloadclufter-8380bdd214b23c21b3d121bf64927b5305ca061a.tar.gz
clufter-8380bdd214b23c21b3d121bf64927b5305ca061a.tar.xz
clufter-8380bdd214b23c21b3d121bf64927b5305ca061a.zip
commands/ccs2pcs: fix module docstring
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'commands')
-rw-r--r--commands/ccs2pcs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ccs2pcs.py b/commands/ccs2pcs.py
index 11628f8..d01ce7c 100644
--- a/commands/ccs2pcs.py
+++ b/commands/ccs2pcs.py
@@ -2,7 +2,7 @@
# Copyright 2014 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
-"""ccs2pcs command"""
+"""ccs2pcs{,-flatiron,-needle} commands"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
from ..command import Command, CommandAlias