b463d6 Update identity.sh.

Authored and Committed by areguera 13 years ago
    Update identity.sh.
    
        
Scripts/Bash/Cli/Functions/Identity/identity.sh CHANGED
@@ -44,6 +44,16 @@ function identity {
44
44
# specifies the theme model used when no one is specified.
45
45
local FLAG_THEME_MODEL='Default'
46
46
47
+ # Define convert-to flag. The convert-to flag (--convert-to)
48
+ # specifies the post-rendition image convertion action to perform
49
+ # upon PNG images. By default there is no image convertion.
50
+ local FLAG_CONVERT_TO=''
51
+
52
+ # Define grouped-by flag. The grouped-by flag (--grouped-by)
53
+ # specifies the post-rendition image grouping action to perform
54
+ # upon images produced. By default there is no grouping action.
55
+ local FLAG_GROUPED_BY=''
56
+
47
57
# Define rendition actions.
48
58
identity_getActions
49
59