aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7afe9c0..6012a03 100644
--- a/src/main.c
+++ b/src/main.c
@@ -155,6 +155,10 @@ int main(int argc, char *argv[])
{
read_one((uchar*)argv[5]);
}
+ else if(!strcmp("conf_set",argv[1]) && conf_set != NULL && argc > 5) //# Prints out the selected register
+ {
+ conf_set((uchar*)argv[5]);
+ }
else //# No other option
{
print_help();