File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ function form_list( $args, $assoc_args ) {
101101 * Exports forms to a Gravity Forms Form export file.
102102 *
103103 * @since 1.0-beta-1
104+ * @since 1.2 Added the optional filename arg.
104105 *
105106 * ## OPTIONS
106107 *
@@ -110,18 +111,18 @@ function form_list( $args, $assoc_args ) {
110111 * [--dir=<dir>]
111112 * : The directory for the form to export. Defaults to the current working directory.
112113 *
113- * [--porcelain]
114- * : Overrides the standard success message with just the export file path
115- *
116114 * [--filename=<filename>]
117115 * : The filename for the form to export. Defaults to the current date.
118116 *
117+ * [--porcelain]
118+ * : Overrides the standard success message with just the export file path
119+ *
119120 * ## EXAMPLES
120121 *
121122 * wp gf form export 1
122123 * wp gf form export
123124 *
124- * @synopsis [<form-id>] [--dir=<dir>] [--porcelain] [-- filename=<filename>]
125+ * @synopsis [<form-id>] [--dir=<dir>] [--filename=<filename>] [--porcelain ]
125126 */
126127 function export ( $ args , $ assoc_args ) {
127128
You can’t perform that action at this time.
0 commit comments