aboutsummaryrefslogtreecommitdiff
path: root/Plugins/swap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/swap.cpp')
-rw-r--r--Plugins/swap.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Plugins/swap.cpp b/Plugins/swap.cpp
index d1389f4..28baceb 100644
--- a/Plugins/swap.cpp
+++ b/Plugins/swap.cpp
@@ -4,8 +4,7 @@
#include "plugin.h"
#include "pixels.h"
-// swap selected area on two images
-// args: swap sourcex1 sourcey1 sourcex2 sourcey2 destx desty
+INFO("swap selected area on two images. usage: swap sourcex1 sourcey1 sourcex2 sourcey2 destx desty")
// (the selection is of equal size on both images)
void swapint(int *a, int *b)