]> mj.ucw.cz Git - paperjam.git/blobdiff - cmds.cc
Unified terminology: arguments, not parameters
[paperjam.git] / cmds.cc
diff --git a/cmds.cc b/cmds.cc
index ece509d8cfb9efa6c5a16c1175011cb196b0f461..e446c8392b889481b7d6c53f39d8d2d79c20f44e 100644 (file)
--- a/cmds.cc
+++ b/cmds.cc
@@ -1079,7 +1079,7 @@ public:
       else if (by == "tile" || by == "t")
        fill_by = BY_TILE;
       else
-       err("Parameter \"by\" must be rows/cols/tile");
+       err("Argument \"by\" must be rows/cols/tile");
 
       crop = c->arg("crop")->as_int(0);
       mixed = c->arg("mixed")->as_int(0);