diff --git a/host/hackrf-tools/src/hackrf_operacake.c b/host/hackrf-tools/src/hackrf_operacake.c index 2c668121..46525468 100644 --- a/host/hackrf-tools/src/hackrf_operacake.c +++ b/host/hackrf-tools/src/hackrf_operacake.c @@ -1,4 +1,5 @@ /* + * Copyright 2016-2022 Great Scott Gadgets * Copyright 2016 Dominic Spill * * This file is part of HackRF. @@ -46,15 +47,15 @@ static void usage() printf("\nUsage:\n"); printf("\t-h, --help: this help\n"); printf("\t-d, --device : specify a particular device by serial number\n"); - printf("\t-o, --address : specify a particular operacake by address [default: 0]\n"); + printf("\t-o, --address : specify a particular Opera Cake by address [default: 0]\n"); printf("\t-m, --mode : specify switching mode [options: manual, frequency, time]\n"); - printf("\t-a : set port A connection\n"); - printf("\t-b : set port B connection\n"); - printf("\t-f : automatically assign for range in MHz\n"); - printf("\t-t : in time-switching mode, dwell on for samples. Specify only to use the default dwell time (with -w). This argument can be repeated to specify a list of ports.\n"); - printf("\t-w : set default dwell time for time-switching mode\n"); - printf("\t-l, --list: list available operacake boards\n"); - printf("\t-g, --gpio_test: test GPIO functionality of an opera cake\n"); + printf("\t-a : set port connected to port A0\n"); + printf("\t-b : set port connected to port B0\n"); + printf("\t-f : automatically assign for range in MHz. This argument can be repeated to specify a list of ports.\n"); + printf("\t-t : in time mode, dwell on for samples. Specify only to use the default dwell time (with -w). This argument can be repeated to specify a list of ports.\n"); + printf("\t-w : set default dwell time in samples for time mode\n"); + printf("\t-l, --list: list available Opera Cake boards\n"); + printf("\t-g, --gpio_test: test GPIO functionality of an Opera Cake\n"); } static struct option long_options[] = { @@ -412,8 +413,8 @@ int main(int argc, char** argv) } if (test_result == GPIO_TEST_DISABLED) { - fprintf(stderr, "GPIO mode diabled.\n"); - fprintf(stderr, "Remove additional addon boards and retry.\n"); + fprintf(stderr, "GPIO mode disabled.\n"); + fprintf(stderr, "Remove additional add-on boards and retry.\n"); } else if (test_result) { fprintf(stderr, "GPIO test failed\n"); fprintf(stderr, "Pin\tHigh\tShorts\tLow\n");