diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-14 19:01:45 +0200 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-14 19:01:45 +0200 |
| commit | c31a5cab786b79dc781f80fa3f9dae8376a2ed84 (patch) | |
| tree | 45869f0ca061f3d3cc7f7cecf0b9a58afa49028e /src | |
| parent | 13d1e585a2fd881aaa6a23ecb0cb06e9b9da0fa7 (diff) | |
| download | dabmux-c31a5cab786b79dc781f80fa3f9dae8376a2ed84.tar.gz dabmux-c31a5cab786b79dc781f80fa3f9dae8376a2ed84.tar.bz2 dabmux-c31a5cab786b79dc781f80fa3f9dae8376a2ed84.zip | |
Remove confusing CRC in ensemble graph
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 2c9c317..e360d93 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -220,12 +220,12 @@ void printUsage(char *name, FILE* out) " within the common interleaved frame.\n" "\n" " __________________________________________________\n" - " | CRC-Ensemble | ENSEMBLE\n" + " | Ensemble | ENSEMBLE\n" " |__________________________________________________|\n" " | | |\n" " | | |\n" " _______V______ _______V______ _______V______\n" - " | CRC-Service1 | | CRC-Service2 | | CRC-Service3 | SERVICES\n" + " | Service 1 | | Service 2 | | Service 3 | SERVICES\n" " |______________| |______________| |______________|\n" " | | | | |______ |\n" " | | | | | |\n" @@ -330,12 +330,12 @@ void printUsage(char *name, FILE* out) " within the common interleaved frame.\n" "\n" " __________________________________________________\n" - " | CRC-Ensemble | ENSEMBLE\n" + " | Ensemble | ENSEMBLE\n" " |__________________________________________________|\n" " | | |\n" " | | |\n" " _______V______ _______V______ _______V______\n" - " | CRC-Service1 | | CRC-Service2 | | CRC-Service3 | SERVICES\n" + " | Service 1 | | Service 2 | | Service 3 | SERVICES\n" " |______________| |______________| |______________|\n" " | | | | |______ |\n" " | | | | | |\n" |
