summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 11:50:08 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-04-17 11:50:08 -0400
commitafa918c0ea0e773acb8df5136f7b76e75c03dea6 (patch)
treefb6fc07612dadc92c0374eff054cb011886faaf5
parentbf2cb9784fe726b163667aaeab541cf7ae7f21a9 (diff)
mv db-check-nonfree{,-in-db}
-rwxr-xr-xdb-check-nonfree-in-db (renamed from db-check-nonfree)2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-check-nonfree b/db-check-nonfree-in-db
index 14a108f..3e6b273 100755
--- a/db-check-nonfree
+++ b/db-check-nonfree-in-db
@@ -5,7 +5,7 @@ import argparse
if __name__ == "__main__":
parser = argparse.ArgumentParser(
- prog="db-check-nonfree",
+ prog="db-check-nonfree-in-db",
description="Cleans nonfree files on repo",)
parser.add_argument("-k", "--blacklist-file", type=str,