summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-12-09 20:28:10 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-12-17 23:37:54 +0100
commit54bc4a293d3eadee670b0431d5a67b666ed767b5 (patch)
tree80218e75c0266f54966cadbf6a4128a2d4fa8072 /commands
parentd07679839da91eabfe68083d6197b3e00db9479b (diff)
downloadclufter-54bc4a293d3eadee670b0431d5a67b666ed767b5.tar.gz
clufter-54bc4a293d3eadee670b0431d5a67b666ed767b5.tar.xz
clufter-54bc4a293d3eadee670b0431d5a67b666ed767b5.zip
commands + filters: fix minor discrepancies (comments, ...)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'commands')
-rw-r--r--commands/ccs_artefacts.py (renamed from commands/cluster_artefacts.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/cluster_artefacts.py b/commands/ccs_artefacts.py
index 8a30b68..7e36e30 100644
--- a/commands/cluster_artefacts.py
+++ b/commands/ccs_artefacts.py
@@ -1,8 +1,8 @@
# -*- coding: UTF-8 -*-
-# Copyright 2014 Red Hat, Inc.
+# Copyright 2015 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
-"""cluster-artefacts command"""
+"""ccs-artefacts command"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
from ..command import Command