From 8a1ba3bb0638943bba3dac200a260a28b1a1ce02 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Mon, 1 Jul 2024 19:47:13 -0400 Subject: [PATCH] Cleanup description for route/mobsql subcmds --- cli/const.go | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/cli/const.go b/cli/const.go index 3f725fb..92949a6 100644 --- a/cli/const.go +++ b/cli/const.go @@ -31,23 +31,22 @@ Subcommands: ` subcmdRouteDesc = ` -The route subcommand is the primary command for the CLI (and -is a passthrough to the underlying Mobroute library OneshotRoute -function). This subcommand allows you to perform routing calculations using -the CSA algorithm. All functionality from loading GTFS data (by feed -id), to loading the required data to memory, to performing the routing -calculation via the CSA algorithm, and finally to formatting the result -in several formats is handled by this single CLI subcommand. +The route subcommand allows you to perform routing calculations +using the CSA algorithm (and is a passthrough to the underlying Mobroute +library OneshotRoute function). All functionality from loading GTFS data +(by feed id), to loading the required data to memory, to performing the +routing calculation via the CSA algorithm, and finally to formatting +the result in several formats is handled by this single CLI subcommand. ` subcmdMobsqlDesc = ` -The mobsql subcommand is a diagnostic command (and a passthrough to -the underlying Mobroute library OneshotMobsql function) which allows -you to both alter and query the status of GTFS (and GTFS-derived data) -in the local SQLite database. In normal scenarios & functioning end-users -shouldn't need to use this subcommand at all as this is just a debugging -tool. See mobsql documentation for specifics on the functionality of -each operation (op). +The mobsql subcommand provides diagnostic functionality (and is a +passthrough to the underlying Mobroute library OneshotMobsql function) +allowing you to both alter and query the status of GTFS (and GTFS-derived +data) in the local SQLite database. In normal scenarios & functioning +end-users shouldn't need to use this subcommand at all as this is +just a debugging tool. See mobsql documentation for specifics on the +functionality of each operation (op). ` subcmdRouteDocParams = ` -- 2.45.2