aboutsummaryrefslogtreecommitdiff
path: root/src/lsreg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lsreg.c')
-rw-r--r--src/lsreg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lsreg.c b/src/lsreg.c
index 11c8203..78d3862 100644
--- a/src/lsreg.c
+++ b/src/lsreg.c
@@ -26,15 +26,15 @@ parse_options(struct eclat_command const *cmd,
{ NULL }
};
available_filters = filters;
generic_proginfo->print_help_hook = list_filters;
generic_proginfo->args_doc = "[REGION [REGION...]]";
- return generic_parse_options(cmd,
- "List available regions",
- argc, argv, index);
+ generic_parse_options(cmd,
+ "List available regions",
+ argc, argv, index);
}
int
eclat_describe_regions(eclat_command_env_t *env, int argc, char **argv)
{
int i;

Return to:

Send suggestions and report system problems to the System administrator.