diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:46:26 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:46:26 -0500 |
commit | c76eb9d4b0c7828f147ffc37fa8d327e5303c323 (patch) | |
tree | 8a6a5496b02451092906f9296501986d24b44623 /instr-client.c | |
parent | 154d99ef6bd31f5407c38a9c29680ddf59f3b68f (diff) |
slightly better logon greeting
Diffstat (limited to 'instr-client.c')
-rw-r--r-- | instr-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instr-client.c b/instr-client.c index 4d380d1..990abc2 100644 --- a/instr-client.c +++ b/instr-client.c @@ -175,7 +175,7 @@ int main(int argc, char** argv) g_object_unref(client); return -1; } - g_printf("\nWelcome to InstrumentShell v%s\n\n",FW_VERSION); + g_printf("\r\nWelcome! Avtech Electrosystems Ltd. - Firmware v%s\r\n\r\n",FW_VERSION); g_print("> "); //register Pollable sources |