diff options
author | Keith Packard <keithp@keithp.com> | 2012-12-06 17:06:17 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-12-06 17:06:17 -0800 |
commit | b4e86af6de52ea0bacf80e3936b6cd17c1cbf898 (patch) | |
tree | 912a2628b144ac049d47e62c4ebc3c9ec150ad8f /src/core/ao_cmd.c | |
parent | 9d095eb1987f35d0d4e6540bf335e1faaa7c86ec (diff) |
altos: Change 'flight-number' to 'current-flight'
Avoids ambiguity with stored flight info, which starts lines with 'flight'.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_cmd.c')
-rw-r--r-- | src/core/ao_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_cmd.c b/src/core/ao_cmd.c index 9e78a225..3d086a57 100644 --- a/src/core/ao_cmd.c +++ b/src/core/ao_cmd.c @@ -269,7 +269,7 @@ version(void) "product %s\n" "serial-number %u\n" #if HAS_FLIGHT - "flight-number %u\n" + "current-flight %u\n" #endif #if HAS_LOG "log-format %u\n" |